﻿/* 全局 */
* {
	margin: 0;
	padding: 0;

}
@font-face {
	src: url(../font/pingfang.TTF);
	font-family: "pf";
}

img {
	width: 100%;
	-webkit-user-drag: none;
}

a {
	color: black;
	text-decoration: none;
}

html,
body {
	width: 100%;
	position: relative;
}

#cnzz_stat_icon_1276877084 {
	position: absolute;
	bottom: 15px;
	left: 48%;
}

li {
	list-style-type: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*清除浮动*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}
.flex{
	display: flex;
	justify-content: space-between;
}
/*悬浮*/

.xf {
	width: 4%;
	position: fixed;
	right: 0;
	top: 18.8%;
	z-index: 3;
}

.xf ul li {
	background-color: #babdbd;
	padding: 10%;
	border-radius: 5px;
	margin-top: 1.2%;
}

.xf ul li:nth-child(2) {
	position: relative;
}

.xf ul li:nth-child(2):hover .xf1 {
	display: block;
}

.xf1 {
	position: absolute;
	right: 90px;
	top: -10px;
	width: 150px;
	background: url(../images/xfbj.png) no-repeat;
	padding: 20%;
	background-size: 100% 100%;
	display: none;
	padding-right: 37%;
	text-align: center;
}

.xf1 p {
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2%;
}

.xf ul li:nth-child(3) {
	position: relative;
}

.xf ul li:hover {
	background-color: #3c3c3c;
}

.xf2 {
	position: absolute;
	width: 143px;
	right: 90px;
	top: -10px;
	display: none;
}

.xf ul li:nth-child(3):hover .xf2 {
	display: block;
}

/*悬浮结束*/

.minbox {
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

a,
span,
p,
div,
strong {
	font-family: 'pf';

}






@media screen and (max-width: 1200px) {
	.webContainerTable {
		min-width: 320px;
		max-width: 1200px;
		margin: auto;
		margin-bottom: 10% !important;
	}

	.contant {
		margin-bottom: 20%;
	}

	.main {
		padding-bottom: 15% !important;
	}

	.xf {
		display: none;
	}
}